home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / trace.doc < prev    next >
Text File  |  1995-03-31  |  725b  |  29 lines

  1. Author: ? 
  2.  
  3. If you want to use the equivalent of TRACE on the 28, you can use 
  4. vectored ENTER to help you. 
  5.  
  6. Enter the programs: 
  7.  
  8. alphaENTER (25.5 bytes, #CA4Dh) [Get "alpha" by [blue][A] in alpha mode.] 
  9. \<< PR1 OBJ\-> \>> 
  10.  
  11. and 
  12.  
  13. betaENTER (118.5 bytes, #F6B1h) [Get "beta" by [blue][B] in alpha mode.] 
  14. \<< 
  15.   IF DUP "" == 
  16.   THEN DROP "?" 
  17.   END 'KEY' \->TAG PR1 DROP 
  18.   IF DEPTH 
  19.   THEN DUP 1 \->TAG 
  20.   ELSE "[Empty Stack]" 
  21.   END PR1 DROP 
  22. \>> 
  23.  
  24. Set flags -62 (user mode) and -63 (vectored ENTER). Make sure the output 
  25. is sent to the right device (IR or wire). 
  26.  
  27. [Note: the correct way to write "alphaENTER" is "\GaENTER", but I left the 
  28. author's original text as it was.  -jkh-] 
  29.